home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ham Radio 2000 #2
/
Ham Radio 2000 - Volume 2.iso
/
HAMV2
/
SCANNER
/
PD-204
/
PD.INI
< prev
next >
Wrap
INI File
|
1997-09-07
|
3KB
|
167 lines
# Initialisation file for POCSAG Decoder
[general]
# select the COM port - 1,2,3 or 4
comport=2
# select the pin used for input - cts or dsr
# use cts for standard PD interface, dsr for "Hamcomm" type interface
# use dsr for Optoelectronics Optolinx
input=cts
# select the bit rate - 512, 1200, 2400 or auto
bitrate=auto
# The "filter" switch decides if all pages are displayed to the screen,
# or only those selected by PAGERS.INI or TEXTSCAN.INI.
# filter=0 - display all pages
filter=0
# The "toneonly" switch allows global rejection of tone-only pages.
# 0 - reject tone only pages, 1 allow tone only pages
toneonly=0
# duration of the beep (mS) when a page selected by PAGERS.INI or
# TEXTSCAN.INI is detected,
# 0 to turn off.
logbeep=100
# log file for all decoded messages - 0 = off, 1 = on
logging=1
# path for log files - must end in "\" - default is current directory
log_path=
# expire daily logfiles older than number of days - 0 = Don't Expire.
expire=5
# language - enable special features for language
# This refers to another file, <language>.LNG for special
# language configuration.
# For example if you set language=english then see file ENGLISH.LNG
# for language configuration.
language=english
# accept address codewords with corrected errors - 0 = NO, 1 = YES
accept=0
# set the date format - uk or usa
date=uk
[functions]
# For each of the four function codes select type of decoding:-
# raw, numeric, alpha, auto or reject
func0=auto
func1=auto
func2=auto
func3=auto
[colours]
# set the colours for data display:-
# BLACK 0
# BLUE 1
# GREEN 2
# CYAN 3
# RED 4
# MAGENTA 5
# BROWN 6
# WHITE 7
# GRAY 8
# LIGHTBLUE 9
# LIGHTGREEN 10
# LIGHTCYAN 11
# LIGHTRED 12
# LIGHTMAGENTA 13
# YELLOW 14
# BRIGHTWHITE 15
# Colours for the status line
status_fore=7
status_back=1
# Colours for the "page" line - RIC, Function code etc
page_fore=5
page_back=0
# Colours for the message data, also debug data
message_fore=7
message_back=0
# Colours for a RIC code being logged
log_fore=15
log_back=3
# Colours for corrected error codewords (debug)
corrected_fore=14
corrected_back=3
# Colours for uncorrected error codewords (debug)
errored_fore=4
errored_back=3
[serial]
# This section is concerned with sending selected pager data out of another
# serial port.
# COM port to use for serial output - this must be different from the main
# comport above. Set port=0 to turn serial output off
port=0
# The "filter" switch allows either all decoded pages to be sent to
# the serial port, or only those selected by PAGERS.INI or TEXTSCAN.INI.
# filter=0 - output all pages
filter=0
# Serial output baud rate, parity, data and stop bits
baud=9600
parity=none
data=8
stop=1
# Switches to enable/disable output of DATE and TIME (1 = on, 0 = off)
date=0
time=0
# Switches to enable/disable output of RIC and FUNC codes (1 = on, 0 = off)
ric=1
func=0
# End of PD.INI